home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000057_jean.pierre.frencia@wanadoo.fr_Sat Mar 5 09:51:19 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed-00.mathworks.com!oleane.net!oleane!freenix!news.wanadoo.fr!news.wanadoo.fr!not-for-mail
  2. Message-ID: <42299de8$0$11716$8fcfb975@news.wanadoo.fr>
  3. From: Frencia <jean.pierre.frencia@wanadoo.fr>
  4. Subject: DOS to Linux file transfer
  5. Newsgroups: comp.protocols.kermit.misc
  6. Reply-To: jean.pierre.frencia@wanadoo.fr
  7. Date: Sat, 05 Mar 2005 12:54:18 +0100
  8. User-Agent: KNode/0.7.2
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7Bit
  12. Lines: 24
  13. Organization: les newsgroups par Wanadoo
  14. NNTP-Posting-Date: 05 Mar 2005 12:54:16 CET
  15. NNTP-Posting-Host: 81.251.31.119
  16. X-Trace: 1110023656 news.wanadoo.fr 11716 81.251.31.119:1255
  17. X-Complaints-To: abuse@wanadoo.fr
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15293
  19.  
  20. Hi
  21.  
  22. I'm trying to connect an old i486 DOS (kermit 3.15) to a linux box (kermit
  23. 8.0.209) with a null-modem cable to exchange files (DOS is the server).
  24.  
  25. This works perfectly when I get files from DOS to linux but it fails after
  26. lot of retries and errors when I send files from linux to DOS with the
  27. following error Receiver's message: "No response from the host"
  28.  
  29. Here is the DOS parameters:
  30. set modem type none
  31. set line COM1
  32. set speed 115200
  33. set flow rts/cts
  34. server
  35.  
  36. Linux parameters are the same except it's the client. I have tried different
  37. speed and flow parameters without success.
  38.  
  39. Anybody has an idea ?
  40.  
  41. Thank you
  42.  
  43. JPF